type golang.org/x/net/http2.connError

9 uses

	golang.org/x/net/http2 (current package)
		errors.go#L109: type connError struct {
		errors.go#L114: func (e connError) Error() string {
		frame.go#L511: 		if ce, ok := err.(connError); ok {
		frame.go#L605: 		return nil, connError{ErrCodeProtocol, "DATA frame with stream ID 0"}
		frame.go#L625: 		return nil, connError{ErrCodeProtocol, "pad size larger than data payload"}
		frame.go#L1030: 		return nil, connError{ErrCodeProtocol, "HEADERS frame with stream ID 0"}
		frame.go#L1165: 		return nil, connError{ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
		frame.go#L1169: 		return nil, connError{ErrCodeFrameSize, fmt.Sprintf("PRIORITY frame payload size was %d; want 5", len(payload))}
		frame.go#L1246: 		return nil, connError{ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}